home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / gfx / edit / picFX.readme < prev    next >
Text File  |  1999-05-02  |  3KB  |  91 lines

  1. Short:    Great CARDWARE image deformer (MUI) 0.87
  2. Author:   Maxime Gamboni (gamboni@fastnet.ch)
  3. Uploader: Maxime Gamboni (gamboni@fastnet.ch)
  4. Version:  0.87 Alpha
  5. Type:     gfx/edit
  6. Requires: Lamp.mcc and SettingsWindow.mcc; look in dev/mui
  7. Requires: 15Bit or better display output on Cgx/p96; OS 3.0; MUI 3.x
  8.  
  9. New E-mail address. Do not write anymore to maxime@intelcom.ch.
  10.  
  11. Note: If you would like to have AGA support, write to me.
  12. (Twelve requests for now :)
  13.  
  14. This is an alpha software. Please read guide.
  15.  
  16. [New since 0.86 alpha:
  17. * Old #? output modes work now
  18. * New interesting functions such as angle()
  19. * EXPRESSION PRE-COMPILATION: Rendering is now between two and three times faster!!
  20. ]
  21.  
  22. This program lets you mix, deform or create picutes using functions.
  23. You can open as many windows as you want, each one can be either an
  24. image or a function.
  25.  
  26. The program calculates your r(x,y) g(x,y) and b(x,y) functions and
  27. writes a pixel of these red/green/blue components. You can refer to
  28. other projects in a formula:
  29. r(2,x,y) = 255-r(1,x,y)
  30. g(2,x,y) = 255-g(1,x,y)
  31. b(2,x,y) = 255-b(1,x,y)
  32. would output a negative version of project number one.
  33.  
  34. r(3,x,y) = (r(1,x,y)+r(2,x,y))/2
  35. g(3,x,y) = (g(1,x,y)+g(2,x,y))/2
  36. b(3,x,y) = (b(1,x,y)+b(2,x,y))/2
  37. would mix projects one and two into project three.
  38.  
  39. r(1,x,y) = x
  40. g(1,x,y) = y
  41. b(1,x,y) = 255-(x+y)/2
  42. would produce a nice spread..
  43.  
  44. This program is completely multi-tasking! Every time a rendering is
  45. started, a new task is created and its priority is a little lower
  46. than the main task, so the main program isn't slowed down when
  47. projects are rendering!
  48.  
  49. Amazingly fast rendering :-))
  50.  
  51. There is a friendly and intuitive user interface using MUI.
  52.  
  53. You have wide control over running projects: you can pause or change
  54. the sub-task priority while it is running directely from the
  55. user-interface. You can also hide windows to avoid cluttering the
  56. screen. Then you won't even remark that the computer is hard working
  57. on those projects :-)
  58.  
  59. Locale support; available languages (the guide is English-only):
  60. - English
  61. - French
  62. [Any translator is welcome!]
  63.  
  64. Although this program is postcardware, it has no restriction. You can
  65. unpack and use it without limitation now!
  66.  
  67. Written in AmigaE, full source-code is included (MUI custom classes
  68. with custom methods and attributes, Exec lists, tasks and ports ...
  69. are used).                        
  70.  
  71.  
  72. ============================= Archive contents =============================
  73.  
  74. Original  Packed Ratio    Date     Time    Name
  75. -------- ------- ----- --------- --------  -------------
  76.     2266    1409 37.8% 13-Apr-99 18:51:18  Catalogs.info
  77.     2774    1373 50.5% 14-Apr-99 12:55:50 +picFX.catalog
  78.     1963    1268 35.4% 13-Apr-99 18:51:18  E-Source.info
  79.    25754    7264 71.7% 27-Apr-99 17:17:08 +parser.e
  80.   122421   26422 78.4% 27-Apr-99 17:00:44 +picFX.e
  81.   112244   32185 71.3% 27-Apr-99 17:17:18  picfx
  82.    34316   14009 59.1% 27-Apr-99 17:20:08  picFX.guide
  83.     1676    1063 36.5% 13-Apr-99 18:51:18  picFX.guide.info
  84.     1674     898 46.3% 13-Apr-99 18:51:18  picFX.info
  85.     2361    1261 46.5% 27-Apr-99 17:21:12  picFX.readme
  86.     1904    1216 36.1% 13-Apr-99 18:51:18  Translation.info
  87.     3650    1773 51.4% 13-Apr-99 19:33:28 +français.ct
  88.     3742    1536 58.9% 13-Apr-99 19:32:54 +picFX.cd
  89. -------- ------- ----- --------- --------
  90.   316745   91677 71.0% 29-Apr-99 23:32:36   13 files
  91.